home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tcl / lrange.z / lrange
Text File  |  1998-10-30  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. llllrrrraaaannnnggggeeee((((3333TTTTccccllll))))                                                      llllrrrraaaannnnggggeeee((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      lrange - Return one or more adjacent elements from a list
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      llllrrrraaaannnnggggeeee _l_i_s_t _f_i_r_s_t _l_a_s_t
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      _L_i_s_t must be a valid Tcl list.  This command will return a new list
  17.      consisting of elements _f_i_r_s_t through _l_a_s_t, inclusive.  _F_i_r_s_t or _l_a_s_t may |
  18.      be eeeennnndddd (or any abbreviation of it) to refer to the last element of the
  19.      list.  If _f_i_r_s_t is less than zero, it is treated as if it were zero.  If
  20.      _l_a_s_t is greater than or equal to the number of elements in the list, then
  21.      it is treated as if it were eeeennnndddd.  If _f_i_r_s_t is greater than _l_a_s_t then an
  22.      empty string is returned.  Note: ``llllrrrraaaannnnggggeeee _l_i_s_t _f_i_r_s_t _f_i_r_s_t'' does not
  23.      always produce the same result as ``lllliiiinnnnddddeeeexxxx _l_i_s_t _f_i_r_s_t'' (although it
  24.      often does for simple fields that aren't enclosed in braces); it does,
  25.      however, produce exactly the same results as ``lllliiiisssstttt [[[[lllliiiinnnnddddeeeexxxx _l_i_s_t _f_i_r_s_t]]]]''
  26.  
  27.  
  28. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  29.      element, list, range, sublist
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.